apache+mod_fcgid on windows
apache+mod_fcgid on windows
am 23.03.2010 17:32:06 von Brent Davidson
--_000_BBF9CB52CCA34216A96C1CC06330819Bmimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have Apache 2.2.15 installed on Windows2008 box, along with mysql and php=
.. This is a test box right now, but will be a production server when this t=
esting is completed.
The msi download for windows does not include mod_fcgid.
Is there a specific reason this was not included in the msi compile, aside =
from the fact that there are 1001 modules and you have to stop somewhere?
After doing 10 or 15 googles, and reading most of the articles on pg1, I ha=
ve one question still that is not documented anywhere I found.
When mod_fcgid tarball is unzipped, it has a "parent" folder mod_fcgid-2.3.=
5-crlf.
Inside that is a "child" folder called mod_fcgid-2.3.5.
Do I drop the parent or child inside the main modules folder?
Thanks,
Brent
--_000_BBF9CB52CCA34216A96C1CC06330819Bmimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
>
E: 13px">
w','sans-serif'; COLOR: green; FONT-SIZE: 11pt">
FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt">I have=
Apache 2.2.15 installed on Windows2008 box, along with mysql
=3D_blank> and php. This is a test box right now=
, but will be a production server when this testing is completed.
T>
ans-serif'; FONT-SIZE: 11pt">The ms=
i download for windows does not include mod_fcgid
target=3D_blank>.
ans-serif'; FONT-SIZE: 11pt">Is there a =
specific reason this was not included in the msi
> compile, aside from the fact that there are 1001 modules and you have to =
stop somewhere?
ans-serif'; FONT-SIZE: 11pt">
p>
ans-serif'; FONT-SIZE: 11pt">After doing=
10 or 15 googles, and reading most of the articles =
on pg1, I have one question still that is not documented anywhere I found.<=
/FONT>
ans-serif'; FONT-SIZE: 11pt">When m=
od_fcgid is unzi=
pped, it has a "parent" folder mod_fcgid-2.3.5-crlf.
N>
ans-serif'; FONT-SIZE: 11pt">Inside that=
is a "child" folder called mod_fcgid-2.3.5.
>
E: 11pt">Do I drop the parent or child i=
nside the main modules folder?
ans-serif'; FONT-SIZE: 11pt">
p>
ans-serif'; FONT-SIZE: 11pt">Thanks,
NT>
ans-serif'; FONT-SIZE: 11pt">Brent
>
--_000_BBF9CB52CCA34216A96C1CC06330819Bmimectl_--
Re: apache+mod_fcgid on windows
am 23.03.2010 17:54:40 von Jeff Trawick
On Tue, Mar 23, 2010 at 12:32 PM, Brent Davidson wr=
ote:
> I have Apache 2.2.15 installed on Windows2008 box, along with=A0mysql and=
php.
> This is a test box right now, but will be a production server when this
> testing=A0is completed.
> The=A0msi download for windows does not include mod_fcgid.
> Is there a specific reason this was not included in the=A0msi compile, as=
ide
> from the fact that there are 1001 modules and you have to stop somewhere?
mod_fcgid is not part of the main web server distribution. It is one
of several modules which are developed by the same ASF project but
released independently.
> After doing 10 or 15 googles, and reading most of the articles on pg1, I
> have one question still that is not documented anywhere I found.
> When=A0mod_fcgid=A0tarball is unzipped, it has a "parent"
> folder=A0mod_fcgid-2.3.5-crlf.
> Inside that is a "child" folder=A0called mod_fcgid-2.3.5.
Is that extra "mod_fcgid-2.3.5-crlf" directory created by your unzip utilit=
y?
$ unzip -v mod_fcgid-2.3.5-crlf.zip
Archive: mod_fcgid-2.3.5-crlf.zip
Length Method Size Ratio Date Time CRC-32 Name
-------- ------ ------- ----- ---- ---- ------ ----
0 Stored 0 0% 01-21-10 14:09 00000000 mod_fcgid-2.3.5/
4549 Defl:N 1420 69% 11-14-09 14:58 0357afee
mod_fcgid-2.3.5/configure.apxs
2084 Defl:N 967 54% 01-21-10 12:46 206e614d
mod_fcgid-2.3.5/STATUS-FCGID
11560 Defl:N 3963 66% 09-18-09 08:59 495fc599
mod_fcgid-2.3.5/LICENSE-FCGID
0 Stored 0 0% 01-21-10 14:09 00000000 mod_fcgid-2.3.5/d=
ocs/
0 Stored 0 0% 01-21-10 14:09 00000000
mod_fcgid-2.3.5/docs/conf/
....
> Do I drop the parent or child inside the main modules folder?
One way of building requires that everything *under* mod_fcgid-2.3.5
be copied recursively into the httpd source tree such that you end up
with a subdir fcgid added to the httpd modules directory.
Look at the choices for building on Windows at
http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/README -FCGID
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: apache+mod_fcgid on windows
am 23.03.2010 18:24:53 von wrowe
On 3/23/2010 11:32 AM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
> php. This is a test box right now, but will be a production server when
> this testing is completed.
> The msi download for windows does not include mod_fcgid.
Nope but the binary is in the distribution tree and linked from the download
page, so I'm not sure where you got turned around. You mentioned the source
package but I'm assuming that isn't what you wanted, and apparently the
downloads page is out of date.
Look here;
http://www.apache.org/dist/httpd/binaries/win32/
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: apache+mod_fcgid on windows
am 23.03.2010 18:32:49 von Jeff Trawick
On Tue, Mar 23, 2010 at 1:24 PM, William A. Rowe Jr.
wrote:
> On 3/23/2010 11:32 AM, Brent Davidson wrote:
>> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
>> php. This is a test box right now, but will be a production server when
>> this testing is completed.
>> The msi download for windows does not include mod_fcgid.
>
> Nope but the binary is in the distribution tree and linked from the downl=
oad
> page, so I'm not sure where you got turned around. =A0You mentioned the s=
ource
> package but I'm assuming that isn't what you wanted, and apparently the
> downloads page is out of date.
>
> Look here;
>
> http://www.apache.org/dist/httpd/binaries/win32/
FWIW, we didn't get a mod_fcgid 2.3.5 binary build prepared for Windows.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: apache+mod_fcgid on windows
am 23.03.2010 18:47:53 von Brent Davidson
--_000_A64DD8F0DCC549FD977AA067BF70D0E9mimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
From: William A. Rowe Jr. [wrowe@rowe-clan.net]
Sent: Tuesday, March 23, 2010 10:24 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] apache+mod_fcgid on windows
On 3/23/2010 11:32 AM, Brent Davidson wrote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
> php. This is a test box right now, but will be a production server when
> this testing is completed.
> The msi download for windows does not include mod_fcgid.
Nope but the binary is in the distribution tree and linked from the downloa=
d
page, so I'm not sure where you got turned around. You mentioned the sourc=
e
package but I'm assuming that isn't what you wanted, and apparently the
downloads page is out of date.
Look here;
http://www.apache.org/dist/httpd/binaries/win32/
-------
This is where is downloaded from:
http://httpd.apache.org/download.cgi#mod_fcgid
This is not correct then?
Brent
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
--_000_A64DD8F0DCC549FD977AA067BF70D0E9mimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
=3D2 face=3DTahoma>From: William A. Rowe Jr. [wrowe@rowe-clan.net]
R>Sent: Tuesday, March 23, 2010 10:24 AM
To: users@httpd.a=
pache.org
Subject: Re: [users@httpd] apache+mod_fcgid on windows<=
BR>
On 3/23/2010 11:32 AM, Brent Davidson wrote:
>=
I have Apache 2.2.15 installed on Windows2008 box, along with mysql and
>> php. This is a test box right now, but will be a production server wh=
en
> this testing is completed.
> The msi download for windows =
does not include mod_fcgid.
Nope but the binary is in the distributi=
on tree and linked from the download
page, so I'm not sure where you got=
turned around. You mentioned the source
package but I'm assuming =
that isn't what you wanted, and apparently the
downloads page is out of =
date.
Look here;
binaries/win32/" target=3D_blank>http://www.apache.org/dist/httpd/binaries/=
win32/
-------
This is where is downloaded from:<=
/P>
nk>http://httpd.apache.org/download.cgi#mod_fcgid
This is not correct then?
Brent
--------------------------------------------=
-------------------------
The official User-To-User support forum of the=
Apache HTTP Server Project.
See <URL:http://httpd.apache.org/usersli=
st.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@htt=
pd.apache.org
" from the digest: users-digest-u=
nsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@=
httpd.apache.org
--_000_A64DD8F0DCC549FD977AA067BF70D0E9mimectl_--
RE: apache+mod_fcgid on windows
am 23.03.2010 18:50:52 von Brent Davidson
--_000_68E07F7F930C45D99D25E56290D675ABmimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
From: Jeff Trawick [trawick@gmail.com]
Sent: Tuesday, March 23, 2010 9:54 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] apache+mod_fcgid on windows
On Tue, Mar 23, 2010 at 12:32 PM, Brent Davidson wr=
ote:
> I have Apache 2.2.15 installed on Windows2008 box, along with mysql and p=
hp.
> This is a test box right now, but will be a production server when this
> testing is completed.
> The msi download for windows does not include mod_fcgid.
> Is there a specific reason this was not included in the msi compile, asid=
e
> from the fact that there are 1001 modules and you have to stop somewhere?
mod_fcgid is not part of the main web server distribution. It is one
of several modules which are developed by the same ASF project but
released independently.
> After doing 10 or 15 googles, and reading most of the articles on pg1, I
> have one question still that is not documented anywhere I found.
> When mod_fcgid tarball is unzipped, it has a "parent"
> folder mod_fcgid-2.3.5-crlf.
> Inside that is a "child" folder called mod_fcgid-2.3.5.
Is that extra "mod_fcgid-2.3.5-crlf" directory created by your unzip utilit=
y?
----
I looked at it again, and yes it is. Thanks.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
--_000_68E07F7F930C45D99D25E56290D675ABmimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
From: Je=
ff Trawick [trawick@gmail.com
>]
Sent: Tuesday, March 23, 2010 9:54 AM
To: users@=
httpd.apache.org
Subject: Re: [users@httpd=
on wi=
ndows
On Tue, Mar 23, 2010 at 12:32 PM, Brent Davidson <=
;brent@ahsservices.net> wrote:
> I have Apa=
che 2.2.15 installed on Windows2008 box, along with mysql
blank> and php.
> This is a test box right=
now, but will be a production server when this
> testing is com=
pleted.
> The msi download for windows do=
es not include mod_fcgid.
> Is there a specifi=
c reason this was not included in the msi compi=
le, aside
> from the fact that there are 1001 modules and you have to=
stop somewhere?
mod_fcgid is not part o=
f the main web server distribution. It is one
of several modules w=
hich are developed by the same ASF project but
released independently.
R>
> After doing 10 or 15 googles, and reading=
most of the articles on pg1, I
> have one question still that is not=
documented anywhere I found.
> When mod_fcgid
> tarball is unzipped, it has a "parent"
>> folder mod_fcgid-2.3.5-crlf.
> Inside that is a "child" fo=
lder called mod_fcgid-2.3.5.
Is that extra "mod_fcgid-2.3.5-crl=
f" directory created by your unzip utility?
----
I looked at it again,=
and yes it is. Thanks.-----------------------------------------=
----------------------------
The official User-To-User support forum of =
the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/user=
slist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@=
httpd.apache.org
" from =
the digest: users-digest-unsubscribe@httpd.apache.or=
g
For additional commands, e-mail: users-help@httpd.apache.org
=3D_blank>
--_000_68E07F7F930C45D99D25E56290D675ABmimectl_--
Re: apache+mod_fcgid on windows
am 23.03.2010 23:10:20 von wrowe
On 3/23/2010 12:32 PM, Jeff Trawick wrote:
>>
>> http://www.apache.org/dist/httpd/binaries/win32/
>
> FWIW, we didn't get a mod_fcgid 2.3.5 binary build prepared for Windows.
Thanks for that point; one will be on its way shortly.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: apache+mod_fcgid on windows
am 30.03.2010 18:23:02 von Brent Davidson
--_000_44F5E3B9056F4264A208AF2E0C9E665Fmimectl_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Nope but the binary is in the distribution tree and linked from the downloa=
d
page, so I'm not sure where you got turned around. You mentioned the sourc=
e
package but I'm assuming that isn't what you wanted, and apparently the
downloads page is out of date.
Look here;
http://www.apache.org/dist/httpd/binaries/win32/
----------
What is the difference here from your link? (Aside from revision level and =
typo in name)
Is this a dependable resource link?
http://www.apachelounge.com/download/
Brent
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
--_000_44F5E3B9056F4264A208AF2E0C9E665Fmimectl_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Nope but the binary is in the distribution tr=
ee and linked from the download
page, so I'm not sure where you got turn=
ed around. You mentioned the source
package but I'm assuming that =
isn't what you wanted, and apparently the
downloads page is out of date.=
Look here;
ies/win32/" target=3D_blank>http://www.apache.org/dist/httpd/binaries/wi n32=
/
----------
What is the differen=
ce here from your link? (Aside from revision level and typo in name)=
Is this a dependable=
resource link?
blank>http://www.apachelounge.com/download/
Brent
---------------------------------------------=
------------------------
The official User-To-User support forum of the =
Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslis=
t.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@http=
d.apache.org
=
" from the digest: users-digest-unsubscribe@httpd
lank>.apache.org
For additional commands, e-m=
ail: users-help@httpd.apache.org<=
/A>
--_000_44F5E3B9056F4264A208AF2E0C9E665Fmimectl_--